Version

PropertyChangedEventArgs<T> Class Members

The following tables list the members exposed by PropertyChangedEventArgs<T>.

Public Constructors
 NameDescription
Public ConstructorPropertyChangedEventArgs<T> ConstructorInitializes a new instance of the PropertyChangedEventArgs<T> class.  
Public Properties
 NameDescription
Public PropertyNewValueGets the value after the change.  
Public PropertyOldValueGets the value before the change.  
Public PropertyPropertyName (Inherited from System.ComponentModel.PropertyChangedEventArgs)
See Also